home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
bzip2.prerm
< prev
next >
Wrap
Text File
|
2008-06-23
|
141b
|
9 lines
#!/bin/sh
set -eu
# FHS
pkg=bzip2
if ( [ "$1" = "upgrade" ] || [ "$1" = "remove" ] ) && [ -L /usr/doc/$pkg ]; then
rm -f /usr/doc/$pkg
fi